<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a, .transition, .head .search .form .submit, .indexPart1 .list a .img h2, .indexPart2 .list3 .swiper-slide div, .indexPart4 .list .swiper-slide a .time, .indexPart4 .list .swiper-slide a .time span, .indexPart4 .list .swiper-slide a p, .about_02 .list li, .about_02 .list li .img2, .about_04 .swiper-slide .img, .about_04 .swiper-slide .name, .news li, .news li a .time, .news li a .more, .product li .container, .product li .container h2 a span, .product li .container p span, .case li p, .case li .time, .contact .form .submit div, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .indexPart4 .list .swiper-slide a h2, .productShow .list2 li .name, .case li h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .head dl.btn, .indexFlash .dots, .indexPart2 .btn ul, .indexPart2 div.more a, .pageBanner .title div, .about_01 .container .title div, .pageTitle2 div, .pageNav ul, .pageNum, .pageNum a, .pageNum div, .pageNum2 dl.share, .productNav, .productNav ul, .productShow .list li, .service li .list2 dl {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .sideBar a, .productShow .list2 li .img a, .service li .container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .indexFlash .dots, .indexPart2 div.more a, .sideBar a, .pageBanner .title div, .about_01 .container .title div, .pageTitle2 div, .pageNum a, .pageNum2 dl.share, .productShow .list2 li .img a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash .dots, .indexPart2 div.more a, .sideBar a, .pageBanner .title div, .pageTitle2 div, .pageNav ul, .pageNum, .pageNum a, .productNav, .productNav ul, .productShow .dots, .productShow .list2 li .img a, .service li .container {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .foot .list ul, .about_01, .about_02 .list ul, .service li .list2 dl {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .foot .list ul, .indexPart1 .list ul, .indexPart3 ul, .about_01, .about_02 .list ul, .about_03 .list ul, .product li .container .msg, .productShow .dots, .productShow .list, .productShow .list2 ul, .case ul, .service_01 ul, .contact .form ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.shadow, .head .search .form .submit:hover, .indexPart2 div.more a:hover, .contact .form .submit div:hover {
  box-shadow: 0 0.08rem 0.16rem rgba(97, 179, 80, 0.5);
  -webkit-box-shadow: 0 0.08rem 0.16rem rgba(97, 179, 80, 0.5);
  -moz-box-shadow: 0 0.08rem 0.16rem rgba(97, 179, 80, 0.5); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #61b350;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: 'Impact';
  src: url("fonts/ImpactMTStd.eot");
  src: url("fonts/ImpactMTStd.eot?#iefix") format("embedded-opentype"), url("fonts/ImpactMTStd.woff") format("woff"), url("fonts/ImpactMTStd.ttf") format("truetype"), url("fonts/ImpactMTStd.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
.headD {
  height: 0.9rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.05); }
  .head .wal {
    height: 0.9rem;
    position: relative; }
  .head a.logo {
    display: block;
    width: 2.63rem;
    height: 100%;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head dl.btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.46rem;
    top: 50%;
    bottom: auto;
    margin-top: -.13rem; }
    .head dl.btn dd {
      padding-left: .2rem; }
    .head dl.btn a {
      display: block;
      width: .26rem;
      opacity: .5; }
      .head dl.btn a:hover, .head dl.btn a.on {
        opacity: 1; }
  .head .search {
    width: .46rem;
    height: 0.9rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.1rem;
    top: 0;
    bottom: auto;
    background: url("../image/img26.png") center no-repeat;
    background-size: .26rem; }
    .head .search .form {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.1rem;
      top: -100%;
      bottom: auto;
      width: 3.2rem;
      height: .8rem;
      background: #fff;
      padding: .2rem .2rem 0 .2rem;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.05); }
      .head .search .form .input {
        background: #f5f5f5;
        height: .4rem; }
        .head .search .form .input input {
          width: 100%;
          height: .4rem;
          font-size: .14rem;
          padding: 0 .15rem; }
      .head .search .form .submit {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0.2rem;
        top: 0.2rem;
        bottom: auto;
        width: .8rem;
        height: .4rem;
        background: #61b350; }
        .head .search .form .submit input {
          cursor: pointer;
          width: 100%;
          height: .4rem;
          font-size: .14rem;
          color: #fff; }
    .head .search.on .form {
      opacity: 1;
      visibility: visible;
      top: 100%;
      transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.4rem;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    position: relative; }
  .nav a.name {
    display: block;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 .27rem;
    font-size: .16rem;
    color: #666;
    position: relative; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .02rem;
      background: #61b350; }
    .nav a.name:hover, .nav a.name.on {
      color: #61b350; }
      .nav a.name:hover:before, .nav a.name.on:before {
        width: 100%;
        left: 0; }
  .nav .list {
    position: absolute;
    left: 0;
    top: -1000%;
    width: 100%;
    opacity: 0;
    visibility: hidden; }
    .nav .list a {
      display: block;
      height: .5rem;
      line-height: .5rem;
      text-align: center;
      font-size: .14rem;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
      .nav .list a:hover {
        background: rgba(0, 0, 0, 0.7);
        color: #61b350; }
  .nav li:hover a.name {
    color: #61b350; }
    .nav li:hover a.name:before {
      width: 100%;
      left: 0; }
  .nav li:hover .list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

.foot {
  background: #73996b;
  color: #fff; }
  .foot .wal {
    position: relative;
    min-height: 3.6rem; }
  .foot .img {
    width: 2.26rem;
    padding: .42rem 0 .3rem 0; }
  .foot .info dd {
    position: relative;
    font-size: .14rem;
    line-height: .44rem;
    padding-left: .26rem; }
    .foot .info dd img {
      width: .2rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.11rem; }
  .foot .list {
    width: 7.85rem;
    padding-top: .45rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .foot .list a.name {
      display: block;
      color: #fff;
      font-size: .16rem;
      padding: .15rem 0; }
    .foot .list dd a {
      display: block;
      color: #fff;
      font-size: .14rem;
      line-height: .36rem;
      opacity: .7; }
      .foot .list dd a:hover {
        opacity: 1; }
  .foot .msg {
    text-align: center;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: .5rem; }

/**/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide {
    position: relative;
    height: 6rem; }
    .indexFlash .swiper-slide .pcImg, .indexFlash .swiper-slide .phoneImg {
      height: 100%;
      background: center no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .indexFlash .swiper-slide .phoneImg {
      display: none; }
    .indexFlash .swiper-slide .img {
      width: 6.32rem;
      padding-top: 2.3rem;
      position: relative;
      left: -.42rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.2rem;
    width: 100%; }
    .indexFlash .dots span {
      width: .3rem;
      height: .2rem;
      background: url("../image/img20.png") center no-repeat;
      background-size: .2rem;
      cursor: pointer; }
    .indexFlash .dots .swiper-pagination-bullet-active {
      background-image: url("../image/img20on.png"); }

.pageTitle {
  height: 1.06rem;
  background: center no-repeat;
  background-size: auto 1.06rem;
  text-align: center; }
  .pageTitle h2 {
    line-height: 1.06rem;
    font-size: .36rem;
    letter-spacing: 1px; }

.pageTitle-2 {
  background-position: left top;
  text-align: left; }

.indexPart1 {
  padding: 1.2rem 0 0 0; }
  .indexPart1 .list {
    padding: .5rem 0 1rem 0; }
    .indexPart1 .list ul {
      margin-left: -.42rem; }
    .indexPart1 .list li {
      width: 33.333%;
      padding: 0 0 .42rem .42rem; }
    .indexPart1 .list a {
      display: block;
      position: relative;
      background: #f5f5f5;
      min-height: 3.6rem; }
      .indexPart1 .list a .img {
        position: relative;
        background: #61b350; }
        .indexPart1 .list a .img div img {
          width: 100%; }
        .indexPart1 .list a .img .ico {
          width: 1.1rem;
          position: absolute;
          z-index: 10;
          left: 50%;
          right: auto;
          top: 50%;
          bottom: auto;
          margin-left: -.55rem;
          margin-top: -.55rem;
          opacity: 0; }
        .indexPart1 .list a .img h2 {
          font-size: .2rem;
          width: 1.2rem;
          height: .44rem;
          line-height: .44rem;
          text-align: center;
          position: absolute;
          z-index: 10;
          left: 50%;
          right: auto;
          top: auto;
          bottom: -0.22rem;
          margin-left: -.6rem;
          background: #fff;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem; }
      .indexPart1 .list a p {
        font-size: .14rem;
        line-height: .3rem;
        color: #666;
        text-align: justify;
        padding: .45rem .3rem; }
      .indexPart1 .list a .more {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0; }
        .indexPart1 .list a .more:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: .6;
          background: url("../image/img120.png") center no-repeat;
          background-size: cover; }
        .indexPart1 .list a .more em {
          display: block;
          font-size: .14rem;
          width: 1.2rem;
          height: .4rem;
          line-height: .4rem;
          text-align: center;
          padding-left: .2rem;
          color: #fff;
          position: relative; }
        .indexPart1 .list a .more:hover:before {
          opacity: 1; }
    .indexPart1 .list a:hover {
      background: #fff;
      box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.14rem 0.3rem rgba(0, 0, 0, 0.1); }
      .indexPart1 .list a:hover .img div img {
        opacity: .4; }
      .indexPart1 .list a:hover .img .ico {
        opacity: 1; }
      .indexPart1 .list a:hover .img h2 {
        color: #61b350;
        box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.07); }

.indexPart2 .btn {
  height: .88rem; }
  .indexPart2 .btn a {
    font-size: .14rem;
    color: #666;
    margin-right: .3rem;
    position: relative;
    height: .88rem;
    padding-top: .48rem;
    cursor: pointer;
    display: block; }
    .indexPart2 .btn a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: .02rem;
      background: #61b350; }
    .indexPart2 .btn a.on {
      color: #61b350; }
      .indexPart2 .btn a.on:before {
        width: 100%; }
.indexPart2 .list {
  position: relative; }
  .indexPart2 .list:before {
    content: "";
    display: block;
    position: absolute;
    left: -3.2rem;
    top: 0;
    width: 100%;
    height: 3.6rem;
    background: #f5f5f5; }
  .indexPart2 .list .wal {
    min-height: 4.9rem;
    position: relative; }
.indexPart2 .list2 li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: .55rem 0; }
  .indexPart2 .list2 li .img-1 {
    max-width: 9.9rem;
    position: absolute;
    left: 1.45rem;
    top: 1.32rem; }
  .indexPart2 .list2 li h2 {
    position: relative;
    font-size: .24rem; }
  .indexPart2 .list2 li p {
    max-width: 5.16rem;
    position: relative;
    font-size: .14rem;
    line-height: .3rem;
    color: #666;
    text-align: justify;
    min-height: 1.28rem;
    padding: .2rem 0; }
  .indexPart2 .list2 li .img {
    width: 6.2rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: -0.64rem;
    bottom: auto; }
    .indexPart2 .list2 li .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -.2rem;
      background: url("../image/img814.png") center no-repeat;
      background-size: cover;
      width: 8.14rem;
      height: 1.41rem;
      margin-left: -4.07rem; }
    .indexPart2 .list2 li .img img {
      position: relative; }
  .indexPart2 .list2 li a.more {
    color: #61b350;
    border: #61b350 solid 1px;
    font-size: .14rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: .9rem;
    height: .34rem;
    line-height: .32rem;
    text-align: center;
    display: block; }
    .indexPart2 .list2 li a.more:hover {
      background: #61b350;
      color: #fff; }
.indexPart2 .list3 {
  position: absolute;
  z-index: 10;
  left: -0.1rem;
  right: auto;
  top: 2.9rem;
  bottom: auto;
  width: 5.1rem; }
  .indexPart2 .list3 a.arrow {
    display: block;
    width: .11rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    background: center no-repeat;
    background-size: 100%;
    opacity: .5; }
    .indexPart2 .list3 a.arrow:hover {
      opacity: 1; }
    .indexPart2 .list3 a.arrow.prev {
      left: -.2rem;
      background-image: url("../image/prev11.png"); }
    .indexPart2 .list3 a.arrow.next {
      right: -.2rem;
      background-image: url("../image/next11.png"); }
  .indexPart2 .list3 #indexPart2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: .2rem 0; }
  .indexPart2 .list3 .swiper-slide {
    padding: 0 .1rem; }
    .indexPart2 .list3 .swiper-slide div {
      background: #fff;
      position: relative;
      box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.1); }
      .indexPart2 .list3 .swiper-slide div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: #b8d9b8 solid .04rem;
        opacity: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
  .indexPart2 .list3 .swiper-slide-active div {
    box-shadow: 0 0.08rem 0.2rem rgba(61, 153, 61, 0.2);
    -webkit-box-shadow: 0 0.08rem 0.2rem rgba(61, 153, 61, 0.2);
    -moz-box-shadow: 0 0.08rem 0.2rem rgba(61, 153, 61, 0.2); }
    .indexPart2 .list3 .swiper-slide-active div:before {
      opacity: 1; }
.indexPart2 div.more {
  padding-bottom: 1.35rem; }
  .indexPart2 div.more a {
    border: #61b350 solid 1px;
    color: #61b350;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .16rem;
    width: 1.64rem;
    height: .44rem;
    margin: 0 auto; }
    .indexPart2 div.more a div {
      width: .2rem;
      height: .2rem;
      margin-left: .08rem;
      position: relative; }
      .indexPart2 div.more a div img {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .indexPart2 div.more a div img:nth-child(2) {
        opacity: 0; }
  .indexPart2 div.more a:hover {
    background: #61b350;
    color: #fff; }
    .indexPart2 div.more a:hover div img:nth-child(1) {
      opacity: 0; }
    .indexPart2 div.more a:hover div img:nth-child(2) {
      opacity: 1; }

.indexPart3 {
  padding: .55rem 0 1rem 0; }
  .indexPart3 ul {
    margin-left: -.7rem; }
  .indexPart3 li {
    width: 33.333%;
    padding: 0 0 .5rem 1.9rem;
    position: relative;
    min-height: 1.6rem; }
    .indexPart3 li .img {
      width: 1.1rem;
      position: absolute;
      z-index: 10;
      left: 0.7rem;
      right: auto;
      top: 0;
      bottom: auto; }
    .indexPart3 li h2 {
      font-size: .16rem;
      line-height: .38rem; }
    .indexPart3 li p {
      font-size: .14rem;
      line-height: 2em; }
    .indexPart3 li a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%; }
  .indexPart3 li:hover .img img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); }

.indexPart4 {
  width: 100%;
  overflow-x: hidden; }
  .indexPart4 .wal {
    padding: .4rem 0 1.6rem 0;
    position: relative;
    min-height: 5rem; }
  .indexPart4 .btn {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 1.85rem;
    bottom: auto;
    width: 1.3rem; }
    .indexPart4 .btn a {
      height: .5rem;
      line-height: .5rem;
      border-left: #ddd solid .03rem;
      padding-left: .17rem;
      font-size: .16rem;
      color: #666;
      display: block;
      cursor: pointer; }
      .indexPart4 .btn a.on {
        border-color: #61b350;
        color: #61b350; }
  .indexPart4 .list {
    width: 12.9rem;
    position: relative;
    left: 50%;
    margin-left: -3.3rem; }
    .indexPart4 .list a.arrow {
      display: block;
      width: .5rem;
      height: .5rem;
      background: center no-repeat;
      background-size: cover;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: auto;
      bottom: 0.5rem; }
      .indexPart4 .list a.arrow:hover {
        z-index: 11; }
      .indexPart4 .list a.arrow.prev {
        left: -1rem;
        background-image: url("../image/prev50.png");
        margin-left: 1px; }
        .indexPart4 .list a.arrow.prev:hover {
          background-image: url("../image/prev50on.png"); }
      .indexPart4 .list a.arrow.next {
        left: -.5rem;
        background-image: url("../image/next50.png"); }
        .indexPart4 .list a.arrow.next:hover {
          background-image: url("../image/next50on.png"); }
    .indexPart4 .list #indexPart4 {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .indexPart4 .list .swiper-slide a {
      display: block;
      background: #f5f5f5;
      position: relative;
      padding: 0 .5rem; }
      .indexPart4 .list .swiper-slide a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .5rem;
        background: #fff; }
      .indexPart4 .list .swiper-slide a .time {
        height: 1.3rem;
        line-height: 1.3rem;
        position: relative;
        font-size: .24rem;
        color: #999;
        font-weight: bold;
        font-family: 'Impact';
        margin-bottom: .3rem; }
        .indexPart4 .list .swiper-slide a .time span {
          font-size: .48rem;
          color: #333; }
        .indexPart4 .list .swiper-slide a .time:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: .4rem;
          height: 1px;
          background: #999; }
      .indexPart4 .list .swiper-slide a h2 {
        font-size: .16rem;
        height: 2em;
        line-height: 2em; }
      .indexPart4 .list .swiper-slide a p {
        font-size: .14rem;
        line-height: 2em;
        color: #808080;
        min-height: .8rem;
        padding: .1rem 0; }
      .indexPart4 .list .swiper-slide a .img {
        position: relative; }
    .indexPart4 .list .swiper-slide a:hover {
      background: #61b350;
      color: #fff; }
      .indexPart4 .list .swiper-slide a:hover .time, .indexPart4 .list .swiper-slide a:hover .time span, .indexPart4 .list .swiper-slide a:hover p {
        color: #fff; }
      .indexPart4 .list .swiper-slide a:hover .time:before {
        background: #fff; }

.sideBar {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  width: .5rem;
  margin-top: -1.1rem; }
  .sideBar li {
    padding-bottom: .1rem; }
  .sideBar a {
    border-top-left-radius: 0.05rem;
    -webkit-border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    -webkit-border-bottom-left-radius: 0.05rem;
    font-size: .16rem;
    color: #fff;
    background: #a0d196;
    padding: .15rem 0; }
    .sideBar a img {
      width: .24rem;
      margin-bottom: .08rem; }
    .sideBar a em {
      font-size: .12rem; }
    .sideBar a:hover {
      background: #61b350; }

.pageBanner {
  height: 4rem;
  background: center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff; }
  .pageBanner .title h2 {
    font-size: .48rem;
    padding-top: 1.4rem; }
  .pageBanner .title div {
    height: .75rem;
    font-size: .2rem; }
    .pageBanner .title div span {
      padding: 0 .1rem; }
    .pageBanner .title div img {
      width: .8rem; }

.about_01 {
  padding-top: 1.2rem; }
  .about_01 .img {
    width: 4.8rem;
    min-height: 3rem;
    position: relative; }
    .about_01 .img li {
      position: absolute; }
      .about_01 .img li.li_01 {
        z-index: 2;
        width: 3.61rem;
        left: .6rem;
        top: 0; }
      .about_01 .img li.li_02 {
        width: 2.62rem;
        left: 0;
        top: 1.9rem; }
      .about_01 .img li.li_03 {
        width: 1.4rem;
        left: 3.4rem;
        top: 1.9rem; }
      .about_01 .img li img {
        position: relative;
        left: 0;
        top: 0; }
        .about_01 .img li img.on {
          transition-duration: 0s;
          -webkit-transition-duration: 0s;
          -moz-transition-duration: 0s; }
  .about_01 .container {
    width: 6.4rem; }
    .about_01 .container .title h2 {
      font-size: .36rem;
      padding: .6rem 0 .1rem 0; }
    .about_01 .container .title div {
      font-size: .18rem;
      color: #999;
      text-transform: uppercase; }
      .about_01 .container .title div span {
        padding-right: .1rem; }
      .about_01 .container .title div img {
        width: .8rem; }
    .about_01 .container .content {
      font-size: .14rem;
      line-height: .3rem;
      text-align: justify;
      color: #666;
      padding: .28rem 0; }
      .about_01 .container .content p {
        padding-bottom: .1rem; }

.pageTitle2 {
  text-align: center; }
  .pageTitle2 h2 {
    font-size: .36rem;
    padding-bottom: .1rem; }
  .pageTitle2 div {
    font-size: .18rem;
    color: #999;
    text-transform: uppercase; }
    .pageTitle2 div span {
      padding: 0 .1rem; }
    .pageTitle2 div img {
      width: .8rem; }

.about_02 {
  padding: 1.3rem 0;
  min-height: 8rem;
  background: url("../image/img1920.png") center top no-repeat;
  background-size: 100%; }
  .about_02 .list {
    padding: .6rem 0 .7rem 0; }
    .about_02 .list li {
      width: 2.16rem;
      position: relative;
      top: 0;
      /*cursor: pointer;*/ }
      .about_02 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1.4rem;
        background: url("../image/img30.png") center no-repeat;
        background-size: .3rem;
        width: 100%;
        height: .16rem;
        opacity: 0; }
      .about_02 .list li .img2 {
        width: 100%;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        opacity: 0; }
      .about_02 .list li h3 {
        font-size: .24rem;
        font-weight: 400;
        line-height: .3rem;
        color: #fff;
        position: absolute;
        z-index: 10;
        left: 0.22rem;
        right: auto;
        top: 0.3rem;
        bottom: auto;
        width: .24rem;
        padding-top: .18rem;
        background: url("../image/img8.png") center top no-repeat;
        background-size: .08rem; }
      .about_02 .list li.on {
        top: .3rem; }
        .about_02 .list li.on:before {
          opacity: 1;
          bottom: -.4rem; }
        .about_02 .list li.on .img2 {
          opacity: 1; }
  .about_02 .container li {
    min-height: 2.4rem;
    background: #f5f5f5;
    position: relative;
    padding: .85rem 1rem;
    font-size: .14rem;
    line-height: .3rem;
    color: #666;
    text-align: justify;
    display: none; }
    .about_02 .container li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .8rem;
      height: .66rem;
      background: url("../image/img80_5.png") center no-repeat;
      background-size: cover; }
    .about_02 .container li:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: .8rem;
      height: .66rem;
      background: url("../image/img80_6.png") center no-repeat;
      background-size: cover; }

.about_03 .msg {
  text-align: center;
  font-size: .14rem;
  line-height: .34rem;
  color: #666;
  padding: .45rem 0 .6rem 0; }
.about_03 .list {
  min-height: 4rem;
  background: url("../image/img1920_2.png") center 0.7rem no-repeat;
  background-size: 19.2rem; }
  .about_03 .list li {
    width: 25%;
    text-align: center; }
    .about_03 .list li .img {
      width: 1.8rem;
      position: relative;
      margin: 0 auto; }
      .about_03 .list li .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img180.png") center no-repeat;
        background-size: 100%; }
      .about_03 .list li .img img {
        position: relative; }
    .about_03 .list li p {
      font-size: .14rem;
      line-height: 2em;
      color: #666;
      padding: .2rem 0; }
  .about_03 .list li:hover .img:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .about_03 .list li:hover .img img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); }

.about_04 {
  padding-bottom: 1rem; }
  .about_04 .list {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .about_04 .list a.arrow {
      display: block;
      width: .4rem;
      height: 1rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.6rem;
      background: rgba(0, 0, 0, 0.6) center no-repeat;
      background-size: .12rem;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem; }
      .about_04 .list a.arrow:hover {
        background-color: #000; }
      .about_04 .list a.arrow.prev {
        left: -.05rem;
        background-image: url("../image/prev12.png"); }
      .about_04 .list a.arrow.next {
        right: -.05rem;
        background-image: url("../image/next12.png"); }
  .about_04 #about_04 {
    width: 21rem;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -10.5rem; }
  .about_04 .swiper-slide {
    padding: .5rem .15rem; }
    .about_04 .swiper-slide .img {
      background: #fff;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      position: relative;
      left: 0; }
    .about_04 .swiper-slide img {
      width: 100%;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2); }
    .about_04 .swiper-slide .name {
      text-align: center;
      font-size: .14rem;
      padding-top: .2rem;
      color: #666;
      position: relative;
      left: 0; }

.pageNav {
  height: .6rem;
  border-bottom: #eee solid 1px; }
  .pageNav a {
    height: .6rem;
    line-height: .6rem;
    position: relative;
    padding: 0 .36rem;
    font-size: .16rem;
    color: #666;
    display: block; }
    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .02rem;
      background: #61b350; }
    .pageNav a:hover, .pageNav a.on {
      color: #61b350; }
      .pageNav a:hover:before, .pageNav a.on:before {
        left: 0;
        width: 100%; }
    .pageNav a.on {
      font-weight: bold; }

.pageNum {
  padding: .4rem 0 .6rem 0; }
  .pageNum a {
    width: .4rem;
    height: .4rem;
    background: #f5f5f5;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .16rem;
    margin: 0 .1rem;
    color: #666; }
    .pageNum a img:nth-child(2) {
      display: none; }
  .pageNum a:hover, .pageNum a.on {
    background: #61b350;
    color: #fff; }
    .pageNum a:hover img:nth-child(1), .pageNum a.on img:nth-child(1) {
      display: none; }
    .pageNum a:hover img:nth-child(2), .pageNum a.on img:nth-child(2) {
      display: block; }
  .pageNum a.arrow img {
    width: .08rem; }
  .pageNum a.arrow2 {
    width: 1rem; }
    .pageNum a.arrow2 img {
      width: .18rem; }
    .pageNum a.arrow2.prev img {
      margin-right: .1rem; }
    .pageNum a.arrow2.next img {
      margin-left: .1rem; }

.news {
  padding-top: .8rem; }
  .news li {
    position: relative;
    border-bottom: #f2f6f4 solid 1px;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem; }
    .news li:last-child {
      border: 0; }
    .news li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url("../image/img320.png") right center no-repeat;
      background-size: auto 100%;
      opacity: 0; }
    .news li a {
      display: block;
      position: relative;
      min-height: 2.4rem;
      padding: .5rem .3rem .4rem 4.1rem; }
      .news li a .time {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 1.32rem;
        text-align: center;
        font-size: .14rem;
        color: #999; }
        .news li a .time b {
          font-family: 'Impact';
          font-size: .48rem;
          display: block;
          padding: .8rem 0 .08rem 0; }
      .news li a .img {
        width: 2.4rem;
        position: absolute;
        z-index: 10;
        left: 1.32rem;
        right: auto;
        top: 0.4rem;
        bottom: auto; }
      .news li a .name {
        font-size: .16rem;
        line-height: .4rem; }
      .news li a p {
        font-size: .14rem;
        line-height: .26rem;
        color: #666;
        padding-bottom: .15rem; }
      .news li a .more {
        font-size: .14rem;
        width: .8rem;
        height: .28rem;
        line-height: .26rem;
        text-align: center;
        border: #61b350 solid 1px;
        color: #61b350;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem; }
        .news li a .more:hover {
          background: #61b350;
          color: #fff; }
  .news li:hover {
    border-color: rgba(0, 0, 0, 0);
    background: #fff;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
    .news li:hover:before {
      opacity: 1; }
    .news li:hover a .time {
      color: #61b350; }

.pageNow {
  font-size: .14rem;
  color: #666;
  padding: .75rem 0 .5rem 0; }
  .pageNow a {
    color: #666; }
    .pageNow a:hover {
      color: #61b350; }

.newShow {
  text-align: center;
  font-size: .14rem; }
  .newShow h2.title {
    font-size: .24rem; }
  .newShow .time {
    padding: .1rem 0 .3rem 0;
    color: #999; }
  .newShow .img {
    padding-bottom: .3rem; }
  .newShow .content {
    line-height: 2em;
    text-align: justify;
    color: #666;
    padding-bottom: .5rem; }
    .newShow .content p {
      padding-bottom: .1rem; }

.pageNum2 {
  padding: .35rem 0 .95rem 0;
  border-top: #edf2ef solid 1px;
  position: relative;
  font-size: .14rem; }
  .pageNum2 li {
    line-height: 2em;
    padding-bottom: .2rem; }
    .pageNum2 li a {
      color: #666; }
    .pageNum2 li a:hover {
      color: #61b350; }
  .pageNum2 dl.share {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto; }
    .pageNum2 dl.share dd {
      padding-left: .1rem; }
    .pageNum2 dl.share a {
      display: block;
      width: .36rem;
      background: #b0d9a7;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .pageNum2 dl.share a:hover {
      background: #61b350; }
  .pageNum2 a.back {
    display: block;
    color: #61b350;
    border: #61b350 solid 1px;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 1rem;
    height: .26rem;
    line-height: .24rem;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.86rem;
    bottom: auto; }
    .pageNum2 a.back:hover {
      color: #fff;
      background: #61b350; }

.productNav {
  padding: .8rem 0 .6rem 0; }
  .productNav ul {
    background: #fff;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    height: .44rem;
    border: #eee solid 1px; }
  .productNav a {
    display: block;
    height: .44rem;
    line-height: .44rem;
    position: relative;
    top: -1px;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 0 .3rem;
    font-size: .16rem;
    color: #666; }
    .productNav a:hover, .productNav a.on {
      background: #61b350;
      color: #fff; }

.product {
  padding-bottom: 1rem; }
  .product li {
    padding-bottom: .2rem; }
    .product li .container {
      background: #fff;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      position: relative;
      min-height: 2.8rem;
      padding: .5rem 1.35rem .4rem 3.58rem;
      color: #666;
      box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
      .product li .container:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .06rem;
        background: url("../image/line1200.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
      .product li .container .img {
        width: 2.4rem;
        position: absolute;
        z-index: 10;
        left: 0.6rem;
        right: auto;
        top: 0.4rem;
        bottom: auto; }
      .product li .container h2 {
        font-size: .16rem; }
        .product li .container h2 a span {
          color: #61b350; }
      .product li .container p {
        font-size: .14rem;
        line-height: 2em;
        text-align: justify;
        min-height: .9rem;
        padding: .15rem 0;
        border-bottom: #efefef solid 1px; }
        .product li .container p span {
          color: #61b350; }
      .product li .container .msg {
        padding-top: .15rem;
        font-size: .14rem;
        line-height: 2em; }
        .product li .container .msg dl {
          width: 33.333%;
          max-width: 2.1rem; }
      .product li .container a.more {
        display: block;
        width: .5rem;
        height: 1rem;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 50%;
        bottom: auto;
        margin-top: -.5rem;
        background: url("../image/img50_1.png") center no-repeat;
        background-size: cover; }
        .product li .container a.more:hover {
          background-image: url("../image/img50_1on.png"); }
    .product li .container:hover {
      color: #86b27d; }
      .product li .container:hover:before {
        opacity: 1; }
      .product li .container:hover h2 a {
        color: #61b350; }
        .product li .container:hover h2 a span {
          background: #61b350;
          color: #fff; }
      .product li .container:hover p span {
        background: #61b350;
        color: #fff; }

.productShow h2.title {
  text-align: center;
  font-size: .24rem;
  padding: .5rem 0; }
.productShow .imgList {
  position: relative;
  max-width: 8.14rem;
  margin: 0 auto;
  padding: 0 .6rem; }
  .productShow .imgList #productShow {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .productShow .imgList a.arrow {
    display: block;
    background: center no-repeat;
    background-size: cover;
    width: .16rem;
    height: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.15rem;
    opacity: .5; }
    .productShow .imgList a.arrow:hover {
      opacity: 1; }
    .productShow .imgList a.arrow.prev {
      background-image: url("../image/prev16.png");
      left: 0; }
    .productShow .imgList a.arrow.next {
      background-image: url("../image/next16.png");
      right: 0; }
.productShow .dots {
  padding: .55rem 0; }
  .productShow .dots span {
    width: .12rem;
    height: .12rem;
    background: #b0d9a7;
    margin: 0 .05rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .productShow .dots .swiper-pagination-bullet-active {
    background: #61b350; }
.productShow h3.title {
  color: #61b350;
  background: #eff5ed;
  font-size: .18rem;
  line-height: .46rem;
  padding-left: .2rem; }
.productShow .content {
  font-size: .14rem;
  line-height: .3rem;
  color: #666;
  text-align: justify;
  padding: .25rem 0 .6rem 0; }
  .productShow .content p {
    padding-bottom: .15rem; }
.productShow .list {
  padding: .4rem 0 .8rem 0; }
  .productShow .list ul {
    width: 50%; }
  .productShow .list li {
    background: #f5f5f5;
    line-height: .7rem;
    font-size: .14rem;
    border-bottom: #fff solid 1px; }
    .productShow .list li .name {
      height: .7rem;
      border-right: #fff solid 1px;
      width: 2rem;
      text-align: center;
      background: #d2e6cf; }
    .productShow .list li p {
      padding-left: .4rem;
      color: #666; }
.productShow .list2 {
  padding: .4rem 0 .8rem 0; }
  .productShow .list2 ul {
    margin-left: -.6rem; }
  .productShow .list2 li {
    width: 25%;
    padding-left: .6rem;
    text-align: center; }
    .productShow .list2 li .img {
      position: relative;
      border: #eee solid 1px; }
      .productShow .list2 li .img a {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        font-size: .16rem;
        background: rgba(97, 179, 80, 0.7);
        opacity: 0;
        color: #fff; }
        .productShow .list2 li .img a img {
          width: .64rem;
          margin-bottom: .1rem; }
    .productShow .list2 li .name {
      font-size: .14rem;
      color: #666;
      height: .52rem;
      line-height: .52rem; }
  .productShow .list2 li:hover .img a {
    opacity: 1; }

.case {
  padding: 1.4rem 0 .5rem 0; }
  .case ul {
    margin-left: -.6rem; }
  .case li {
    width: 33.333%;
    padding: 0 0 .6rem .6rem; }
    .case li .img {
      position: relative;
      margin-bottom: .2rem; }
      .case li .img a {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(97, 179, 80, 0.6) url("../image/img64_1.png") center no-repeat;
        background-size: .64rem; }
    .case li h2 {
      font-size: .16rem;
      height: 2em;
      line-height: 2em;
      margin-bottom: .04rem; }
    .case li p {
      font-size: .14rem;
      line-height: 2em;
      color: #666; }
    .case li .time {
      height: .48rem;
      line-height: .48rem;
      color: #999;
      font-size: .14rem;
      padding-left: .24rem;
      background: url("../image/img16.png") left center no-repeat;
      background-size: .16rem; }
  .case li:hover .img a {
    opacity: 1; }
  .case li:hover h2 a {
    color: #61b350; }
  .case li:hover p, .case li:hover .time {
    color: #86b27d; }

.service_01 {
  padding: 1.2rem 0 .95rem 0; }
  .service_01 li {
    width: 16.666%; }
  .service_01 a {
    display: block;
    background: #f5f5f5;
    font-size: .16rem;
    color: #666;
    text-align: center;
    height: 2rem;
    padding-top: .42rem;
    position: relative; }
    .service_01 a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: .14rem;
      background: url("../image/img28.png") center no-repeat;
      background-size: .28rem;
      opacity: 0; }
    .service_01 a .img {
      position: relative;
      width: .8rem;
      margin: 0 auto;
      height: .9rem; }
      .service_01 a .img img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .service_01 a:hover {
      background: #61b350;
      color: #fff; }
      .service_01 a:hover:before {
        opacity: 1; }
      .service_01 a:hover .img img:nth-child(1) {
        opacity: 0; }
      .service_01 a:hover .img img:nth-child(2) {
        opacity: 1; }

.service li {
  position: relative; }
  .service li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: center no-repeat;
    background-size: cover; }
  .service li .container {
    width: 5.2rem;
    margin-left: auto;
    padding: .7rem 0;
    min-height: 4.66rem; }
  .service li div.name {
    height: .9rem;
    position: relative; }
    .service li div.name img {
      opacity: .2;
      position: absolute;
      z-index: 10;
      left: -0.2rem;
      right: auto;
      top: 0;
      bottom: auto;
      width: .8rem; }
    .service li div.name div {
      position: relative;
      line-height: .8rem;
      font-size: .24rem; }
  .service li .content {
    font-size: .14rem;
    line-height: .3rem;
    text-align: justify;
    color: #666; }
    .service li .content p {
      padding-bottom: .1rem; }
  .service li .list {
    padding-top: .6rem;
    background: url("../image/line124.png") left 0.26rem no-repeat;
    background-size: 1.24rem; }
    .service li .list dd {
      position: relative;
      font-size: .14rem;
      line-height: .3rem;
      color: #666;
      padding: 0 0 .2rem .5rem; }
      .service li .list dd img {
        width: .42rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.05rem;
        bottom: auto; }
  .service li .list2 dl {
    max-width: 4rem;
    padding-top: .3rem; }
  .service li .list2 dd {
    text-align: center;
    width: 1.6rem; }
    .service li .list2 dd div {
      font-size: .14rem;
      color: #666;
      line-height: .4rem; }
  .service li .list2 p {
    padding-top: .2rem;
    font-size: .18rem; }
.service li:nth-child(even) .img {
  left: 50%; }
.service li:nth-child(even) .container {
  margin-left: 0; }

.contact {
  padding: 1.2rem 0; }
  .contact .bg {
    min-height: 6.82rem;
    position: relative;
    background: #f5f5f5;
    padding-left: 4.6rem; }
  .contact .list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 4.6rem;
    height: 100%;
    background: url("../image/img460.jpg") center no-repeat;
    background-size: cover;
    padding: .5rem .68rem;
    color: #fff; }
    .contact .list h2 {
      font-size: .24rem;
      line-height: .4rem;
      padding-bottom: .5rem; }
    .contact .list li {
      position: relative;
      min-height: 1.2rem;
      padding: .05rem 0 .3rem .9rem;
      font-size: .14rem; }
      .contact .list li img {
        width: .7rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .contact .list li h3 {
        font-size: .18rem;
        line-height: .4rem; }
  .contact .form {
    padding: 0 .8rem .8rem; }
    .contact .form h2 {
      font-size: .24rem;
      padding: .55rem 0 .2rem 0;
      text-align: center; }
    .contact .form ul {
      margin-left: -.6rem; }
    .contact .form li {
      width: 50%;
      padding: 0 0 .26rem .6rem; }
      .contact .form li .name {
        line-height: .4rem;
        font-size: .14rem;
        color: #666; }
      .contact .form li .input {
        background: #fff;
        border: #eee solid 1px;
        -moz-border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem; }
        .contact .form li .input input {
          width: 100%;
          height: .48rem;
          line-height: .48rem;
          padding: 0 .1rem;
          font-size: .14rem; }
        .contact .form li .input textarea {
          width: 100%;
          height: 1.6rem;
          line-height: .28rem;
          padding: .1rem;
          font-size: .14rem; }
        .contact .form li .input.on {
          border-color: #b5d9ad; }
          .contact .form li .input.on input, .contact .form li .input.on textarea {
            color: #333; }
    .contact .form .li_01 {
      width: 100%; }
    .contact .form .submit {
      padding: .2rem 0; }
      .contact .form .submit div {
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        width: 1rem;
        margin: 0 auto;
        background: #61b350; }
        .contact .form .submit div input {
          width: 100%;
          height: .4rem;
          font-size: .16rem;
          color: #fff;
          cursor: pointer; }

.contactMap {
  height: 6rem; }

.pageSearchMsg {
  font-size: .14rem;
  padding: .95rem 0 .35rem 0; }
  .pageSearchMsg span {
    color: #61b350; }

/*# sourceMappingURL=index.css.map */
</pre></body></html>